gdkwindow: Change how paints work
authorAlexander Larsson <alexl@redhat.com>
Mon, 29 Apr 2013 14:25:55 +0000 (16:25 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 7 May 2013 14:33:01 +0000 (16:33 +0200)
commite09b4fa0298011eea98826edfeb966bf85228178
treea827739cae36807ba5b00e4a0451a508a9858d47
parent6c7689506f8b6c71522e6c8a25a2b4523641592c
gdkwindow: Change how paints work

First of all, we now only do paints on native windows, as there is
really no reason anymore to do it for subwindows. Secondly, we
keep track of the paints even for GtkPaintable windows, but for
that case we don't create the offscreen surface, but rather
assume the windowing system does the backing store.
gdk/gdkwindow.c